home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 001 / icpr20c.arc / PCP.CMD < prev    next >
OS/2 REXX Batch file  |  1987-07-09  |  652b  |  25 lines

  1. ; This file was created using MAKEOTHR from the package ICPR20
  2. ; designed by Wayne Wolf.  ICPR20 Copyright 1987
  3. ; You may modify this file in any way you wish but since the make
  4. ; files utilize the existing cmd files I discourage it.  If you have
  5. ; comments or useful modifications please contact me, either at
  6. ; unix: ww@ufcsg.ufl.edu  or bbs: PC-EXCHANGE at 404-977-6686.
  7. ;
  8. Redial:
  9. CLEAR
  10. Tran "ATDT6884366!"
  11. Wait "CONNECT"
  12. IF NOT WaitFor
  13.    Message "Cannot connect to local link, exiting..."
  14.    Message "Redialing..."
  15.    Pause 2
  16.    Goto Redial
  17. ENDIF
  18. Alarm 2
  19. Pause 2
  20. Tran "!D!"
  21. Wait "="
  22. Tran "D1!"
  23. Execute "D.CMD"
  24. Exit        
  25.